JSONValue.toString

struct JSONValue
const
string
toString
(
bool compressed = false
)
()

Parameters

compressed

Won't include any space in the file. Also, won't escape backslash. Since the parsing works with a single backslash. this may reduce the json size, and increase the parsing speed.

Return Value

Type: string

Meta